home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / EXAMPLES.ZIP / EXAM2.FTP < prev    next >
Text File  |  1997-05-23  |  349b  |  15 lines

  1. :---------------------------------------------------------------------
  2. : exam2.ftp
  3. : iFTP example script creating semaphore file
  4. :---------------------------------------------------------------------
  5.  
  6.   open
  7.  
  8.   writefile ftp:/mailrun.bsy
  9.   if not success call abort
  10.   dir ftp:/
  11.   if exist ftp:/mailrun.bsy then del ftp:/mailrun.bsy
  12.  
  13.  
  14.  
  15.